From: Luca BRUNO Date: Wed, 5 Jan 2022 10:03:59 +0000 (+0000) Subject: configure: post-release version bump X-Git-Tag: archive/raspbian/2022.2-3+rpi1^2~15^2^2~33^2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9d3ef89230ab0aa9670e448772f5d9d523d43d78;p=ostree.git configure: post-release version bump --- diff --git a/configure.ac b/configure.ac index 93b98cb9..879fe97f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ AC_PREREQ([2.63]) dnl To perform a release, follow the instructions in `docs/CONTRIBUTING.md`. m4_define([year_version], [2022]) -m4_define([release_version], [1]) +m4_define([release_version], [2]) m4_define([package_version], [year_version.release_version]) AC_INIT([libostree], [package_version], [walters@verbum.org]) -is_release_build=yes +is_release_build=no AC_CONFIG_HEADER([config.h]) AC_CONFIG_MACRO_DIR([buildutil]) AC_CONFIG_AUX_DIR([build-aux])